{
    "UrbanDataset" : {
        "context" : {
            "producer" : {
                "id" : "Solution-ID",
                "schemeID" : "SCPS"
            },
            "timeZone" : "UTC+1",
            "timestamp" : "2026-04-27T08:48:59",
            "coordinates" : {
                "format" : "WGS84-DD",
                "latitude" : 0.0,
                "longitude" : 0.0,
                "height" : 0.0
            },
            "language" : "IT",
            "note" : ""
        },
        "specification" : {
            "version" : "2.0",
            "id" : {
                "value" : "ApplianceElectricConsumption-2.0",
                "schemeID" : "SCPS"
            },
            "name" : "Appliance Electric Consumption",
            "uri" : "https://smartcityplatform.enea.it/specification/semantic/2.0/ontology/scps-ontology-2.0.owl#ApplianceElectricConsumption",
            "properties" : {
                "propertyDefinition" : [
                    {
                        "propertyName" : "ApplianceCode",
                        "propertyDescription" : "Tipo di appliance associata alla smart plug/switch (es. lavatrice, televisione, lampada)",
                        "dataType" : "string",
                        "codeList" : "https://smartcityplatform.enea.it/specification/semantic/2.0/gc/ApplianceCode.gc",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "ElectricConsumption",
                        "propertyDescription" : "Consumo energia elettrica",
                        "dataType" : "double",
                        "unitOfMeasure" : "kilowattHour",
                        "measurementType" : "average"
                    },
                    {
                        "propertyName" : "RoomCode",
                        "propertyDescription" : "Codice che identifica la tipologia di stanza (es. cucina, bagno, ufficio) in cui è installato il sensore",
                        "dataType" : "string",
                        "codeList" : "https://smartcityplatform.enea.it/specification/semantic/2.0/gc/RoomCode.gc",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "SensorID",
                        "propertyDescription" : "Identificativo univoco del sensore, per es. il serial number, il mac address",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "SensorName",
                        "propertyDescription" : "Marca/modello (codice) del sensore",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "SensorTypeCode",
                        "propertyDescription" : "Tipo di sensore (es. smart plug, smart switch, presence, ..) che effettua la misura, espresso come codice",
                        "dataType" : "string",
                        "codeList" : "https://smartcityplatform.enea.it/specification/semantic/2.0/gc/SensorTypeCode.gc",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "period",
                        "propertyDescription" : "Periodo durante il quale sono stati rilevati i dati riportati nella riga",
                        "subProperties" : {
                            "propertyName" : [
                                "start_ts",
                                "end_ts"
                            ]
                        }
                    },
                    {
                        "propertyName" : "start_ts",
                        "propertyDescription" : "Marca temporale indicante l'inizio del periodo",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "end_ts",
                        "propertyDescription" : "Marca temporale indicante la fine del periodo",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    }
                ]
            }
        },
        "values" : {
            "line" : [
                {
                    "id" : 1,
                    "period" : {
                        "start_ts" : "2000-12-31T00:00:00",
                        "end_ts" : "2000-12-31T23:59:00"
                    },
                    "property" : [
                        {
                            "name" : "ApplianceCode",
                            "val" : " "
                        },
                        {
                            "name" : "ElectricConsumption",
                            "val" : " "
                        },
                        {
                            "name" : "RoomCode",
                            "val" : " "
                        },
                        {
                            "name" : "SensorID",
                            "val" : " "
                        },
                        {
                            "name" : "SensorName",
                            "val" : " "
                        },
                        {
                            "name" : "SensorTypeCode",
                            "val" : " "
                        }
                    ]
                }
            ]
        }
    }
}